/* set the border box for all classes */ 
* {
    box-sizing: border-box;
  }

/* the next row will be empty and displayed as a table */  
.row::after {
    content: "";
    clear: both;
    display: table;
}

/* default, any class starting col- will go to the left and have padding of 15 all round it */
[class*="col-"] {
    float: left;
    padding: 15px;
}

/* set the fonts used by default for the web page */ 
html {
    font-family: "Lucida Sans", sans-serif;
}

/* heading across all columns */
.header {
    /*background: url('../website_images/clouds-2.jpg');*/
    background-image: linear-gradient(to bottom right, rgb(42, 176, 210), rgb(211, 245, 239));
    padding: 15px;
    margin: 0px;
    height: auto;
    max-height: 225px;
    max-width: auto;
    overflow: hidden;
}

/* logo in top left in heading */
.logo{
    max-height: 100px;
    object-fit: cover;
    margin: 2%;
    float: left;

}

/* H1 setting  for heading */
.head1 {  
    padding: 0px; 
    margin-top: 25px;  
    margin-bottom: 25px;
    border: 0px; 
    color: black;
    font-size: 80px;
    font-weight: bold;
    float: center;
    text-align: center;
}

/* Float the link section to the right */
.header-right {
    float: right;
}


/* Style the menu with a grey background and some padding */
.menu {
    overflow: hidden;
    background-color:rgb(42, 176, 210);
    padding: 10px;
}

/* Style the menu links */
.menu a {
    float: left;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 15px;
    line-height: 10px;
    border-radius: 4px;
}

/* Change the background color on mouse-over */
.menu a:hover {
    background-color: rgb(28, 102, 176);
    color: white;
}

/* Top of main content */
.top {
    background-color:white;
    color:black;
    text-align: center;
}


/* Style the active/current link*/
.menu a.active {
    background-color: skyblue;
    color: black;
}

/* Float the link section to the right */
.menu-right {
    float: right;
}

/* default text size */
.text {
    font-size: 20px;
}
/* main web page content in the middle of the screen */ 
.main-center{
    float: center;
    color: black;
    text-align: center;
    padding: 1px;
   /* text-decoration: none;
    font-size: 15px;
    line-height: 10px;
    border-radius: 4px; */
}
.img {
    width: 100%;
    height: auto;
    object-fit: fit;
/*    max-height: 50%;
    max-width: auto;
    object-fit: fit;
    margin: 0%;
    float: left; */
}

/* footer across all columns */
.footer {
    float: bottom;
    background-color: rgb(42, 176, 210);
    color:black;
    text-align: center;
    font-size: 20px;
    padding: 15px;
}

/* Extra small devices :-
set all col- to 100%
set heading size
ser text size
change menu links to a block and align left
move the menu to left, no float
*/
@media only screen and (max-width: 599px) {  
    [class*="col-"] {
        width: 100%;
        float: left;
        padding: 15px;
    }   
    .head1 {
    font-size: 30px;
    }
    .text {
    font-size: 20px;
    }   
    .menu a {
        float: none;
        display: block;
        text-align: left;
        }
    .menu-right {
        float: none;
        }
}  

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {  
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .text {
        font-size: 20px;
    }
    .head1  {
        font-size: 40px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .col-l-1 {width: 8.33%;}
    .col-l-2 {width: 16.66%;}
    .col-l-3 {width: 25%;}
    .col-l-4 {width: 33.33%;}
    .col-l-5 {width: 41.66%;}
    .col-l-6 {width: 50%;}
    .col-l-7 {width: 58.33%;}
    .col-l-8 {width: 66.66%;}
    .col-l-9 {width: 75%;}
    .col-l-10 {width: 83.33%;}
    .col-l-11 {width: 91.66%;}
    .col-l-12 {width: 100%;}
    .text {
        font-size: 30px;
    }
    .head1  {
        font-size: 50px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .col-sd-1 {width: 8.33%;}
    .col-sd-2 {width: 16.66%;}
    .col-sd-3 {width: 25%;}
    .col-sd-4 {width: 33.33%;}
    .col-sd-5 {width: 41.66%;}
    .col-sd-6 {width: 50%;}
    .col-sd-7 {width: 58.33%;}
    .col-sd-8 {width: 66.66%;}
    .col-sd-9 {width: 75%;}
    .col-sd-10 {width: 83.33%;}
    .col-sd-11 {width: 91.66%;}
    .col-sd-12 {width: 100%;} 
    .text {
        font-size: 40px;
    }
    .head1  {
        font-size: 60px;
    }    
    .menu-right {
        float: right;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .col-ld-1 {width: 8.33%;}
    .col-ld-2 {width: 16.66%;}
    .col-ld-3 {width: 25%;}
    .col-ld-4 {width: 33.33%;}
    .col-ld-5 {width: 41.66%;}
    .col-ld-6 {width: 50%;}
    .col-ld-7 {width: 58.33%;}
    .col-ld-8 {width: 66.66%;}
    .col-ld-9 {width: 75%;}
    .col-ld-10 {width: 83.33%;}
    .col-ld-11 {width: 91.66%;}
    .col-ld-12 {width: 100%;}
    .text {
        font-size: 50px;
    }
    .head1  {
        font-size: 70px;
    }
    .menu-right {
        float: right;
    }
}